﻿.eyou-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #133f5f; /*#ea3516;*/
	z-index: 10;
	display: none;
}
.eyou-footer-fix li {
	float: left;
	width: 25%;
}
.eyou-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.eyou-footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.eyou-footer-fix li i.i1 {
	background-image: url(../image/f_01.png);
}
.eyou-footer-fix li i.i2 {
	background-image: url(../image/f_02.png);
}
.eyou-footer-fix li i.i3 {
	background-image: url(../image/f_03.png);
}
.eyou-footer-fix li i.i4 {
	background-image: url(../image/f_04.png);
}

@media screen and (max-width: 767px){
	.eyou-footer-fix {
		display: block;
		z-index:999;
	}

	.kefu {
		display: none;
	}
	.footer{
		margin-bottom:50px;
	}
}
